2022 iThome 鐵人賽
分享至
ubuntu22.04參考來源: https://www.cyberciti.biz/faq/how-to-install-gol-ang-on-ubuntu-linux/安裝commandapt install golang-go
package mainimport ("fmt")
// Let us start
func main() {fmt.Println("Hello, world!") // Print simple text on screen}
如何編譯附圖
IT邦幫忙